home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / PROCMAIL.{23 / FEATURES.{_1 < prev    next >
Text File  |  1999-09-17  |  4KB  |  77 lines

  1. Feature summary for procmail:
  2.     + It's less filling (i.e. small)
  3.     + Very easy to install (rated PG6 :-)
  4.     + Simple to maintain and configure because
  5.       all you need is actually only ONE executable (procmail)
  6.       and ONE configuration file (.procmailrc)
  7.     + Is event driven (i.e. gets invoked automagically when mail arrives)
  8.     + Does not use *any* temporary files
  9.     + Uses standard egrep regular expressions
  10.     + It poses a very low impact on your system's resources
  11.       (it's 1.4 times faster than the average /bin/mail in user-cpu
  12.        time)
  13.     + Allows for very-easy-to-use yes-no decisions on where the mail
  14.       should go (can take the size of the mail into consideration)
  15.     + Also allows for neural-net-type weighted scoring of mails
  16.     + Filters, delivers and forwards mail *reliably*
  17.     + Provides a reliable hook (you might even say anchor :-) for any
  18.       programs or shell scripts you may wish to start upon mail arrival
  19.     + Performs heroically under even the worst conditions
  20.       (file system full, out of swap space, process table full,
  21.       file table full, missing support files, unavailable executables,
  22.       denied permissions) and tries to deliver the mail somehow anyway
  23.     + Absolutely undeliverable mail (after trying every trick in the book)
  24.       will bounce back to the sender (or not, your choice)
  25.     + Is one of the few mailers to perform reliable mailbox locking across
  26.       NFS as well (DON'T use NFS mounted mailboxes WITHOUT installing
  27.       procmail; you may lose valuable mail one day)
  28.     + Supports four mailfolder standards: single file folders (standard
  29.       and nonstandard VNIX format), directory folders that contain one file
  30.       per message, or the similar MH directory folders (numbered files)
  31.     + Native support for /var/spool/mail/b/a/bar type mailspools
  32.     + Variable assignment and substitution is an extremely complete subset
  33.       of the standard /bin/sh syntax
  34.     + Provides a mail log file, which logs all mail arrival, shows
  35.       in summary whence it came, what it was about, where it went (what
  36.       folder) and how long (in bytes) it was
  37.     + Uses this log file to display a wide range of diagnostic and error
  38.       messages (if something went wrong)
  39.     + Does not impose *any* limits on line lengths, mail length (as long
  40.       as memory permits), or the use of any character (any 8-bit character,
  41.       including '\0' is allowed) in the mail
  42.     + It has man pages (boy, does it have man pages)
  43.     + Procmail can be used as a local delivery agent with comsat/biff
  44.       support (*fully* downwards compatible with /bin/mail); in which case
  45.       it can heal your system mailbox, if something messes up the
  46.       permissions
  47.     + Secure system mailbox handling (contrary to several well known
  48.       /bin/mail implementations)
  49.     + Provides for a controlled execution of programs and scripts from
  50.       the aliases file (i.e. under defined user ids)
  51.     + Allows you to painlessly shift the system mailboxes into the
  52.       users' home directories
  53.     + It runs on virtually all (old and future) operating systems which
  54.       names start with a 'U' or end in an 'X' :-) (i.e. extremely portable
  55.       code; POSIX, ANSI C and K&R conforming)
  56.     + Is clock skew immune (e.g. in the case of NFS mounted mailboxes)
  57.     + Can be used as a general mailfilter for whole groups of messages
  58.       (e.g. when called from within sendmail.cf rules)
  59.     + Works with (among others?) sendmail, ZMailer, smail, MMDF and
  60.       mailsurr
  61.  
  62. Feature summary for formail:
  63.     + Can generate auto-reply headers
  64.     + Can convert mail into standard mailbox format (so that you can
  65.       process it with standard mail programs)
  66.     + Can split up mailboxes into the individual messages
  67.     + Can split up digests into the individual messages
  68.     + Can split up saved articles into the individual articles
  69.     + Can do simple header munging/extraction
  70.     + Can extract messages from mailboxes
  71.     + Can recognise duplicate messages
  72.  
  73. Feature summary for lockfile:
  74.     + Provides NFS-secure lockfiles to shell script programmers
  75.     + Gives normal users the ability to lock their system mailbox,
  76.       regardless of the permissions on the mail-spool directory
  77.